From 2ed56345db4a53cef86ad79107f6c3c5d1f59e92 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 00:50:50 +0000 Subject: [PATCH] Update getdate.c. Copy config.guess. --- make-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 7742f6afcc1..b95156b9aa2 100755 --- a/make-dist +++ b/make-dist @@ -104,6 +104,9 @@ if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then autoconf fi +### Update getdate.c. +(cd lib-src; make -f Makefile.in getdate.c) + echo "Creating staging directory: \`${tempparent}'" mkdir ${tempparent} emacsname="emacs-${version}${new_extension}" @@ -126,8 +129,9 @@ echo "Making links to top-level files." ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir} ln make-dist ${tempdir} -### Copy config.sub; it's a cross-filesystem symlink. +### Copy config.guess and config.sub; they're cross-filesystem symlinks. cp config.sub ${tempdir} +cp config.guess ${tempdir} echo "Updating version number in README." (cd ${tempdir} -- 2.30.2